home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent3 / getmouseinput.readme < prev    next >
Text File  |  1997-05-13  |  586b  |  22 lines

  1. Short:    V1.2 - read mouse button state
  2. Author:   tim_jackson@bigfoot.com (Tim Jackson)
  3. Uploader: tim_jackson@bigfoot.com (Tim Jackson)
  4. Version:  1.2
  5. Type:     util/boot
  6. Requires: WB2.04+
  7.  
  8. GetMouseInput is a very simple program which reads the state of the mouse
  9. buttons and sends the output either:
  10.  
  11. - to an environment variable called $MouseInput
  12. - to stdout
  13.  
  14. Either way, the result can then be read from AmigaDOS scripts etc.
  15.  
  16. Very useful in startup-sequence to select different startup files.
  17.  
  18. Changes since version 1.1:
  19.  
  20. - Can now write output to stdout
  21. - Smaller executable size
  22.